home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Precision Software Appli…tions Silver Collection 4
/
Precision Software Applications Silver Collection Volume 4 (1993).iso
/
accounts
/
billit31.arj
/
INSTALAD.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-04-09
|
391b
|
23 lines
echo off
d:
cd\
echo on
rem **** BILLIT PROGRAM Installation On Drive D ****
rem **** Creating BILL Directory ****
echo off
md bill
echo on
rem **** BILL Directory Created ****
echo off
pause
cls
echo on
rem **** Copying Files To BILL ****
echo off
copy a:*.* d:\BILL
pause
cls
echo on
pause *** INSTALLATION IS COMPLETE ****
echo off